GetPanoramicImage(string,IList<PointF>,PanoramicInfo) Method

Summary

Gets the panoramic image using the specified points and information.

Syntax
C#
VB
C++
public RasterImage GetPanoramicImage( 
   string guid, 
   IList<PointF> points, 
   PanoramicInfo info 
) 
Public Function GetPanoramicImage( 
   ByVal guid As String, 
   ByVal points As IList(Of PointF), 
   ByVal info As PanoramicInfo 
) As RasterImage 
public:  
   RasterImage^ GetPanoramicImage( 
      String^ guid, 
      IList<PointF^>^ points, 
      PanoramicInfo^ info 
   ) 

Parameters

guid

The GUID the raster image is written on.

points

A list of points containing the polygon used to generate the panoramic image.

info

PanoramicInfo that contains extra settings to control the thickness and angle of the panoramic curve.

Return Value

RasterImage that contains the result panoramic image.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.